home *** CD-ROM | disk | FTP | other *** search
- ****************************************
- * *
- * Amiga Game Studio 0.1c *
- * *
- ****************************************
-
- Macros Documentation :
- ----------------------
-
- InitDisplay : Send you to AGS Display.
- CloseDisplay : Be back to Workbench display.
- WaitVbl : No comments.
- RefreshCopper : If you modify copper list.
- SetColor RG,R,G,B : Set a color
-
- InitLib LIBBASE : Initialize a library.
- LibCall LIBBASE,FCT : Call a functino from a library.
-
- ReserveChip BK,SIZE : Reserve differents memory banks.
- ReserveFast ... :
- ReservePublic ... :
- Reserve24BitDMA ... :
- EraseBank DK : Erase a memorized bank.
- EraseAllBanks : Erase ALL memorized banks.
-
- ScreenOpen SC,X,Y,D : Open a screen SC, X/Y are sizes , D=Depth
- ScreenClose SC : Close a previously opened screen.
- CurrentScreeBase : Sane Screen base in A0.
-